ProviderSettings Class [IIS 7 and higher]
Specifies the name and type of ASP.NET-related providers.
Syntax
class ProviderSettings : EmbeddedObject
Methods
This class contains no methods.
Properties
The following table lists the properties exposed by the ProviderSettings class.
Name |
Description |
---|---|
Providers |
An array of ProviderElement values that specify ASP.NET-related providers. |
Subclasses
This class contains no subclasses.
Remarks
Instances of this class are contained in the Providers property of the HealthMonitoringSection, SessionStateSection, and SiteMapSection classes.
Note
Do not confuse this class with the .NET Frameworkârelated ProvidersSettings class.
Inheritance Hierarchy
ProviderSettings
Requirements
Type |
Description |
---|---|
Client |
Requires IIS 7 on Windows Vista. |
Server |
Requires IIS 7 on Windows Server 2008. |
Product |
IIS 7 |
MOF file |
WebAdministration.mof |
See Also
Reference
EmbeddedObject Class [IIS 7 and higher]
HealthMonitoringSection Class [IIS 7 and higher]
ProviderElement Class [IIS 7 and higher]
ProvidersSettings Class [IIS 7 and higher]